RecordClockSyncMarkerRequest

data class RecordClockSyncMarkerRequest(syncId: String)

Represents request frame that can be used with Tracing#recordClockSyncMarker operation call.

Record a clock sync marker in the trace.

See also

Constructors

RecordClockSyncMarkerRequest
Link copied to clipboard
fun RecordClockSyncMarkerRequest(syncId: String)

Properties

syncId
Link copied to clipboard
val syncId: String
The ID of this clock sync marker

Sources

jvm source
Link copied to clipboard